home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / utility / qvtnet26.zip / QVT_TCP.RC < prev    next >
Text File  |  1992-01-25  |  10KB  |  186 lines

  1. #=============================================================================
  2. #
  3. # Sample config file for WinQVT/Net
  4. # The '#' character begins a comment
  5. # Note that lines with no value to the right of the equal sign
  6. # are commented out, except for those that are mandatory.
  7. #
  8. # Section One: Global Configuration
  9. #
  10. # No matter how many configurations you define, these settings
  11. # are only done once!
  12. #
  13. #=============================================================================
  14. #
  15. #       Network Information
  16. #
  17. #=============================================================================
  18. pc_ip=                          # your PC's IP address (mandatory)
  19.                                 # you can use the keyword 'RARP' if your network
  20.                                 # supports Reverse ARP
  21. #my_name                        # your PC's network node name
  22.                                 # mandatory if you are going to use 'lpr'
  23.                                 # optional otherwise
  24. netmask=255.255.255.0           # subnetting mask
  25. arptime=8                       # arp timeout in seconds
  26. #domain=                         # default domain for lookup (optional).
  27.                                  # this should be a host name
  28.                                  # if the name contains periods, enclose it in double quotes ("")
  29. #domaintime=                     # timeout for domain lookup, in seconds (optional)
  30. #domainretry=                    # number of retries for domain lookup (optional)
  31. packet_vector=                  # packet driver interrupt vector (hex, with NO leading '0x')
  32.                                 # must be within the range 60 through 7F
  33. packet_class=0                  # 0 for Ethernet, 6 for SLIP
  34. #=============================================================================
  35. #
  36. #       Keyboard Information
  37. #
  38. #=============================================================================
  39. kb_type=enhanced                # keyboard type: 'enhanced' or 'lk250'
  40. keypad=DEC                      # use DEC or IBM mapping for 'edit' keys
  41.                                 # (optional; default is DEC)
  42. nl_mode=lock                    # num-lock key locked or unlocked
  43. #keymap=                        # file containing key redefinitions
  44. #=============================================================================
  45. #
  46. #       Printer Information
  47. #
  48. #=============================================================================
  49. printer=LPT1                    # the printer port to use for transparent printing
  50. #printer_init=                  # printer initialization string (optional)
  51. #=============================================================================
  52. #
  53. #       Console Information
  54. #
  55. #=============================================================================
  56. console_forecolor=white         # console window text color
  57. console_backcolor=black         # console window background color
  58. #auto_start=                    # list of configs to start at load time
  59.                                 # there can up to 5, separated by commas
  60. #=============================================================================
  61. #
  62. #       Background Servers
  63. #
  64. #=============================================================================
  65. ftp_server=off                  # background FTP server: on or off
  66. rcp_server=off                  # background rcp server: on or off
  67. #passfile=                       # the name of the password file for use by the FTP server
  68.                                  # use a fully-qualified DOS pathname
  69. #ftp_logfile=                    # the name of the FTP logfile
  70.                                  # use a fully-qualified DOS pathname
  71. #anonftp_dir=                    # the directory to which anonymous FTP users are restricted
  72. #=============================================================================
  73. #
  74. #       News Reader Setup
  75. #
  76. #=============================================================================
  77. #nntp_host=                     # name of NNTP server, if available
  78.                                 # use a configuration name, host name, or IP address
  79.                                 # if the name contains periods, enclose it in double quotes ("")
  80. nntp_font=system                # font to use in News window: 'system', 'ansi', or 'helv' (optional)
  81. nntp_forecolor=black            # color for news text display
  82. nntp_backcolor=white            # color for news window background
  83. nntp_winpos=10,10               # initial position of news window (x,y)
  84. nntp_win_height=24              # number of text lines in news window (max 36)
  85. nntp_list=5                     # number of lines in listbox (2-10, default 5)
  86. #=============================================================================
  87. #
  88. #       FTP Setup
  89. #
  90. #=============================================================================
  91. ftp_font=system                 # font for FTP window ('system' or 'ansi')
  92. ftp_forecolor=black             # foreground & background color specs
  93. ftp_backcolor=white             # for FTP window (optional)
  94. #=============================================================================
  95. #
  96. #       Mail Client Setup
  97. #
  98. #=============================================================================
  99. #pop_host=                      # default host for POP3 mail server
  100. pop_font=system                 # font for mail window ('system' or 'ansi')
  101. pop_forecolor=white             # mail window text color
  102. pop_backcolor=black             # mail window background color
  103. pop_background=on               # background 'new mail' detection (on or off)
  104. #=============================================================================
  105. #
  106. #       lpr client setup
  107. #
  108. #=============================================================================
  109. #lpr_hostname=                  # default host for 'lpr' client (optional)
  110. #lpr_qname=lp                   # default lpr queue (optional)
  111. #lpr_username=                  # username for lpr
  112.                                 # mandatory if you want to use lpr
  113. #=============================================================================
  114. #
  115. # End of Global Section
  116. #
  117. #=============================================================================
  118. #
  119. # Section Two: Default Configuration
  120. #
  121. # NOTE: this section is for use as a template ONLY!
  122. # It should not be used as an actual configuration
  123. #
  124. #=============================================================================
  125. name=default                    # Configuration name (required)
  126.                                 # Should be 8 characters max
  127. backsp=DEL                      # ASCII value transmitted by 'Backspace' key
  128.                                 # Possible values are 'DEL' and 'BS'
  129. wrap=on                         # auto-wrap, on or off (optional: default is 'on')
  130. bell=on                         # warning bell, on or off (optional: default is 'on')
  131. terminal=VT200                  # compatibility level, VT200, VT100, or VT52
  132.                                 # (optional; default is 'VT200')
  133. color=white                     # standard text color (optional: default is 'black')
  134.                                 # Possible values are black, blue, green,
  135.                                 # cyan, red, magenta, brown, white.
  136.                                 # You may also use RGB values notated as 'nnn,nnn,nnn',
  137.                                 # where each 'nnn' is a decimal number between 0 and 255.
  138. boldcolor=brown                 # high-intensity text color (optional)
  139.                                 # Options are same as for 'color'
  140. backcolor=blue                  # background color; default is 'white'
  141.                                 # Same choices as for 'color'
  142. charset=DEC                     # Character set: DEC, IBM, or ANSI
  143.                                 # If you need strict VT emulation, use DEC
  144. font_size=LARGE                 # Use 'large' or 'small' DEC font
  145. #answerback=                    # Answerback string; response to received ENQ
  146.                                 # (optional; no default)
  147. #win_height=                    # window height: normal or tall
  148. #win_pos=                       # position of window at startup time.
  149.                                 # syntax is 'x,y', where 'x' and 'y' are pixel offsets, in decimal
  150. #=============================================================================
  151. # These entries are for tuning the TCP connections to this host.
  152. #=============================================================================
  153. contime=40                      # timeout in seconds to try connection
  154. retrans=7                       # starting retransmit time out in ticks
  155.                                 # (1 tick = 1/18 sec)
  156. mtu=512                # maximum transmit unit in bytes
  157. maxseg=512            # largest segment we can receive
  158. rwin=512            # TCP window size, MAX=4096
  159. #
  160. # End of Section Two, 'Default' Configuration
  161. #
  162. #=============================================================================
  163. #
  164. # Beginning of 'User Configuration' Section
  165. # This is where your configurations will be defined
  166. #
  167. #=============================================================================
  168. name=                           # configuration name (mandatory)
  169. host=                           # host name (mandatory)
  170. host_ip=                        # IP address of this host.
  171.                                 # If you omit IP addresses, you must have
  172.                                 # a nameserver on your network, and you
  173.                                 # must create a configuration entry for
  174.                                 # that machine in this file. That configuration
  175.                                 # entry must include a 'nameserver=' statement.
  176. #gateway=1                      # gateway level, starting with 1 (optional)
  177.                                 # Include this statement only for machines
  178.                                 # which function as gateways on your network.
  179. #nameserver=1                   # nameserver level, starting with 1 (optional)
  180.                                 # Include this statement only for machines
  181.                                 # which function as nameservers on your network.
  182. color=green
  183. boldcolor=white
  184. backcolor=black
  185. same_as=default                 # copy all other values from 'default'
  186.